home *** CD-ROM | disk | FTP | other *** search
/ Palm Utilities / Palm_Utilities_CD-ROM_2001_2001.iso / files / calc scientific / MathU Pro 1.3 / mathupro.exe / funsets.txt < prev    next >
Encoding:
Text File  |  2000-07-31  |  2.4 KB  |  69 lines

  1.                                C R E A T I V E   C R E E K
  2.              
  3.                            
  4.                                   ===================
  5.                                   Function Set Readme
  6.                                   ===================
  7.  
  8. MathU Pro 1.4 comes bundled with two example function sets: Units and MathU+.
  9.  
  10. Installation
  11. ============
  12. Use the install tool (or equivalent) to install both mthUUnits.pdb and
  13. mthUMathU+.pdb (as well as MathUPro.prc, MathUEdit.prc, and MathLib.prc) 
  14. on your Palm device.
  15.  
  16. Units
  17. =====
  18. The units conversion function set supports eleven pairs of conversions:
  19.  
  20. íF to/from íC
  21. ft to/from m (meters)
  22. in to/from cm
  23. miles to/from km
  24. sq ft to/from acre
  25. lbf (pound-force) to/from N (Netwons)
  26. lb (pound-mass) to/from kg
  27. oz to/from g (grams)
  28. BTU to/from J (Joules)
  29. atm to/from Pa (Pascals)
  30. gal to/from liters
  31.  
  32. Example:  How much is 10 kg in lbs?
  33.  
  34. Ans: 10 f 4 produces 22.046 (to three digits)
  35.  
  36. The conversion factors are known to at least 6 significant digits and
  37. are embedded in the program.  If you find more accurate conversion
  38. factors you can update the constants yourself.  Please send us what you
  39. have found (to support@creativecreek.com) and we will update the
  40. constants in future versions of the Units Function Set.
  41.  
  42. MathU+
  43. ======
  44. The MathU+ is an alternative keyboard for MathU Pro.  It adds five commonly
  45. requested functions to MathU Pro.
  46.  
  47. %T     Percent of total.  Computes 100*y/x (y is the part, x is the total).
  48. R->P   Rectangular to polar coordinate conversion.  Maps (x,y) to (R,theta)
  49. P->R   Polar to rectangular coordinate conversion.  Maps (R,theta) to (x,y)
  50. H.MS   Hours to Hours-Minutes-Seconds format.  
  51. Hours  Hours-Minutes-Seconds format to Hours
  52. CL STK Clear stack
  53.  
  54.         The Hours-Minutes-Seconds format is a packed decimal format
  55.         of the form HH.MMSSss. For example the number 11.23524 is
  56.         read as 11 hours, 23 minutes, 52.4 seconds.  The Hours
  57.         format is just hours and fractional hours.  The previous
  58.         example is the value 11.39788 hours.  H.MS format is also 
  59.         known as the Degrees-Minutes-Seconds format.
  60.       
  61. Care has been taken to maintain the values in the z and t stack registers.
  62. This done by saving and restoring them from local registers. 
  63.  
  64. Last Updated: 25-March-2000
  65.  
  66. www.creativecreek.com                            support@creativecreek.com
  67.  
  68.     Copyright (c) 1999-2000 by Creative Creek and Clay M. Thompson
  69.